From 0ba307995d231d58c147c3f82e47be5ee0ab5455 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 31 Jul 2018 13:29:32 -0400 Subject: [PATCH] Mention gtk_widget_show_all in the migration guide This function is gone. Closes https://gitlab.gnome.org/GNOME/gtk/issues/1242 --- docs/reference/gtk/migrating-3to4.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index f1d29a52b9..cd113bb79b 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -408,6 +408,10 @@ from ui files it run the command gtk4-builder-tool simplify --replace on them. + + The function gtk_widget_show_all(), the #GtkWidget::no-show-all property + and its getter and setter have been removed in GTK+ 4, so you should stop using them. +
-- 2.30.2